vendor/golang.org/x/crypto/cryptobyte.Builder.offset (field)
10 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
builder.go#L28: offset int
builder.go#L65: return b.result[b.offset:], nil
builder.go#L74: return b.result[b.offset:]
builder.go#L193: offset: offset,
builder.go#L219: length := len(child.result) - child.pendingLenLen - child.offset
builder.go#L256: child.result[child.offset] = lenByte
builder.go#L260: childStart := child.offset + child.pendingLenLen
builder.go#L263: child.offset++
builder.go#L269: child.result[child.offset+i] = uint8(l)
builder.go#L311: length := len(b.result) - b.pendingLenLen - b.offset
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)